link editor meaning in English
连接编辑程序
链接编辑程序
Examples
- Causes the link editor to look only for files named libx . a
让链接编辑器只查找那些名为libx . a的文件。 - It additionally instructs the link editor to build the global offset table
另外还指示链接器建立全局偏移表。 - The link editor does not extract archive members to resolve undefined weak symbols
但链接器不会为了解析一个未定义的弱符号去提取存档库成员。 - Instructs the link editor to look for files named libx . so and then libx . a when given the lx option
通知链接编辑器在给定lx选项时,首先查找名为libx . so的文件,然后查找名为libx . a的文件。 - When the link editor searches archive libraries , it extracts archive members that contain definitions of undefined global symbols
当链接器搜索档案库的时候,它提取出存档库成员,该成员包含未被定义全局符号的定义。